Filter hook 'manage_{$this->screen->id}_sortable_columns'
in WP Core File wp-admin/includes/class-wp-list-table.php at line 1344
Description
Filters the list table sortable columns for a specific screen. The dynamic portion of the hook name, `$this->screen->id`, refers to the ID of the current screen.
Occurrences
Filename |
Line Number |
wp-admin/includes/class-wp-list-table.php |
1344 |
Parameters
Type |
Name |
Description |
array |
$sortable_columns |
An array of sortable columns. |
PHP Doc
/**
* Filters the list table sortable columns for a specific screen.
*
* The dynamic portion of the hook name, `$this->screen->id`, refers
* to the ID of the current screen.
*
* @since 3.1.0
*
* @param array $sortable_columns An array of sortable columns.
*/